home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / misc / ColorCorrect.lha / ColorCorrect.doc < prev   
Text File  |  1997-08-24  |  2KB  |  68 lines

  1. ColorCorrect 1.0 Documentation
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. I] Introduction :
  5. ~~~~~~~~~~~~~~~~~
  6. Many  people  owning  an  Amiga  1200  have  problems  with  displaying  high
  7. resolutions  (DblPal,  Multiscan)  screens. Indeed, it seems to be a hardware
  8. problem that causes flickering stripes to appear progressively on the screen,
  9. corrupting the display.
  10.  
  11. There is a hardware solution, but since I'm not that  good  at  soldering,  I
  12. finally made this little program.
  13. Indeed, there's a software way to avoid this problem ! In  fact  the  stripes
  14. appear if you have a color palette containing one (or more) full white colors
  15. (i.e. 255,255,255 as RGB colors).
  16.  
  17. So you can grab a palette editor commodity, and change by hand all  the  full
  18. white  colors into almost-full white colors (i.e. 245,245,245 as RGB values).
  19. But if your screen has many full white colors, it can become very tedious  to
  20. have to modify all these color registers manually...
  21.  
  22. That's why I created ColorCorrect... ;-)
  23.  
  24.  
  25. II] Usage :
  26. ~~~~~~~~~~~
  27. Very simple ! ColorCorrect will scan the palette of the frontmost screen, and
  28. replace all the 255,255,255 colors by 245,245,245 ones. And automatically all
  29. the flickering stripes will disappear ! (and the difference between  the  two
  30. palette is really minimal...)
  31.  
  32. You can run ColorCorrect from CLI (or WB), but ColorCorrect is really  useful
  33. when you associate its execution to a hotkey (thanks to a commodity like MCP,
  34. for example). Then, by simply  pressing  a  hotkey,  you'll  remove  all  the
  35. garbage on your screen.
  36.  
  37. If for any reason, the flickering is  still  present  on  your  screen  after
  38. running  ColorCorrect, then you may have to lower the brightness of the white
  39. colors a bit more (then your Amiga is really tired. You should  offer  him  a
  40. rest.  ;-))...  That's why ColorCorrect accepts an argument, that defines the
  41. level of brightness you want to have.
  42.  
  43. So if you type "ColorCorrect 210" in the CLI, then all white colors  brighter
  44. than  210,210,210  will  be  set  to  210,210,210.  As you guessed it, typing
  45. "ColorCorrect" only is exactly like typing "ColorCorrect 245"... ;-)
  46.  
  47.  
  48. III] Distribution :
  49. ~~~~~~~~~~~~~~~~~~~
  50. ColorCorrect is of course FREEWARE !
  51.  
  52. Use it (and it's source) in any way you want ! ;-)
  53.  
  54.  
  55. IV] Author :
  56. ~~~~~~~~~~~~
  57. If you want to contact me for *any* reason, please send me a little e-mail at :
  58.  
  59. fcalendini@aix.pacwan.net
  60.  
  61. (I love receiving e-mail !)
  62.  
  63.  
  64. See you !
  65.  
  66.  
  67. Frédéric Calendini.
  68.